ocfs2-tools software package provides tools for managing OCFS2 cluster filesystems, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install ocfs2-tools
ocfs2-tools is installed in your system.
Make ensure the ocfs2-tools package were installed using the commands given below,
$ sudo dpkg-query -l | grep ocfs2-tools *
You will get with ocfs2-tools package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Administration Utilities |
| Package | ocfs2-tools |
| Version | 1.6.4-3ubuntu1 |
| Description | tools for managing OCFS2 cluster filesystems |
| Sub Section | Admin |